FindFamilyName(String[],Boolean,Boolean) Method
Searches for a font from the set of allowable font family names and the specified style.
Font FindFamilyName(
System.string[] ,
System.bool ,
System.bool
)
'Declaration
Overloads Function FindFamilyName( _
ByVal () As System.String, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
) As Font
Parameters
- fontFamilyNames
- The array of allowable font family name.
- bold
- Indicates if the font should be embolded.
- italic
- Indicates if the font should contain Italic characters.
Return Value
The corresponding
Font or null.